home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2453 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  3KB  |  130 lines

  1. on(release){
  2.    if(_root.poz == "c")
  3.    {
  4.       if(_root.draglej == 3)
  5.       {
  6.          _root.ii22 = 6;
  7.          _root.stopdragall();
  8.          _root.itembar_remove(3);
  9.          if(_root.ii23 == 4)
  10.          {
  11.             _root.hrnec.gotoAndStop(3);
  12.          }
  13.          else
  14.          {
  15.             _root.hrnec.gotoAndStop(2);
  16.          }
  17.          _root.d_kuchar.i = "hrnec_voda";
  18.          _root.hideall();
  19.       }
  20.       else if(_root.draglej == 23)
  21.       {
  22.          _root.stopdragall();
  23.          if(_root.ii23 == 3)
  24.          {
  25.             _root.ii23 = 4;
  26.             _root.itembar_remove(23);
  27.             if(_root.ii22 == 6)
  28.             {
  29.                _root.hrnec.gotoAndStop(3);
  30.             }
  31.             _root.d_kuchar.i = "hrnec_byliny";
  32.          }
  33.          else
  34.          {
  35.             _root.d_kuchar.i = "hrnec_bylinyneid";
  36.          }
  37.          _root.hideall();
  38.       }
  39.       else if(_root.draglej == 25)
  40.       {
  41.          _root.ii25 = 2;
  42.          _root.stopdragall();
  43.          _root.itembar_remove(25);
  44.          _root.d_kuchar.i = "hrnec_lih";
  45.          _root.hideall();
  46.       }
  47.       else if(_root.draglej == 35)
  48.       {
  49.          if(_root.ii23 == 4 && _root.ii22 == 6 && _root.ii34 == 3 && _root.ii25 == 2)
  50.          {
  51.             _root.ii35 = 2;
  52.             _root.stopdragall();
  53.             _root.hideall();
  54.             _root.pepa.gotoAndPlay("mix");
  55.          }
  56.          else
  57.          {
  58.             _root.d_kuchar.i = "hrnec_varecka";
  59.             _root.stopdragall();
  60.             _root.hideall();
  61.          }
  62.       }
  63.       else if(_root.draglej == 33)
  64.       {
  65.          if(_root.ii35 == 2)
  66.          {
  67.             _root.d_kuchar.i = "hrnec_rozlil";
  68.             _root.stopdragall();
  69.             _root.hideall();
  70.          }
  71.          else
  72.          {
  73.             _root.d_kuchar.i = "hrnec_nenihotovo";
  74.             _root.stopdragall();
  75.             _root.hideall();
  76.          }
  77.       }
  78.       else if(_root.draglej == 26)
  79.       {
  80.          if(_root.ii35 == 2)
  81.          {
  82.             _root.d_kuchar.i = "hrnec_trychtyr";
  83.             _root.stopdragall();
  84.             _root.hideall();
  85.          }
  86.          else
  87.          {
  88.             _root.d_kuchar.i = "hrnec_nenihotovo";
  89.             _root.stopdragall();
  90.             _root.hideall();
  91.          }
  92.       }
  93.       else if(_root.draglej == 37)
  94.       {
  95.          if(_root.ii35 == 2)
  96.          {
  97.             _root.stopdragall();
  98.             _root.hrnec.gotoAndStop(5);
  99.             _root.itembar_remove(37);
  100.             _root.itembar_add(38);
  101.             _root.ii33 = 4;
  102.             _root.d_kuchar.i = "hrnec_becherovka";
  103.             _root.hideall();
  104.          }
  105.          else
  106.          {
  107.             _root.d_kuchar.i = "hrnec_nenihotovo";
  108.             _root.stopdragall();
  109.             _root.hideall();
  110.          }
  111.       }
  112.       else if(0 < _root.draglej)
  113.       {
  114.          _root.stopdragall();
  115.          _root.d_kuchar.i = "hrnec_bad";
  116.          _root.hideall();
  117.       }
  118.       else
  119.       {
  120.          _root.d_kuchar.i = "hrnec_tezkej";
  121.          _root.hideall();
  122.       }
  123.    }
  124.    else
  125.    {
  126.       _root.stopdragall();
  127.       _root.pepa.gotoAndPlay(_root.poz add "c");
  128.    }
  129. }
  130.